home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple WWDC 1996
/
WWDC96_1996 (CD).toast
/
Technology Materials
/
MacOS 8 Resources
/
Developer Tools
/
Mac OS 8 Interfaces & Libraries
/
Interfaces
/
IDLIncludes
/
CTBUtilities.idl
< prev
next >
Wrap
Text File
|
1996-05-01
|
2KB
|
68 lines
/*
File: CTBUtilities.idl
Contains: Communications Toolbox Utilities interfaces.
Version: Technology: System 7.5
Release: Universal Interfaces 3.0d3 on Copland DR1
Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
Bugs?: If you find a problem with this file, send the file and version
information (from above) and the problem description to:
Internet: apple.bugs@applelink.apple.com
AppleLink: APPLE.BUGS
*/
#ifndef __CTBUTILITIES_IDL__
#define __CTBUTILITIES_IDL__
#include <somobj.idl>
#include <somcls.idl>
#ifndef __MEMORY_IDL__
#include <Memory.idl>
#endif
#ifndef __DIALOGS_IDL__
#include <Dialogs.idl>
#endif
#ifndef __APPLETALK_IDL__
#include <AppleTalk.idl>
#endif
#ifdef __SOMIDL__
#if FOR_SYSTEM7_ONLY
typedef OSErr CTBUErr;
typedef unsigned short ChooseReturnCode;
typedef unsigned short NuLookupReturnCode;
typedef unsigned short NameFilterReturnCode;
typedef unsigned short ZoneFilterReturnCode;
/* NuLookup structures/constants */
typedef SOMLargeStruct NLTypeEntry; /* Derived from a struct of 37 bytes in size */
typedef OpaquePtr NLType; /* Substituted OpaquePtr for array of NLTypeEntry of size 4 */
typedef SOMLargeStruct NBPReply; /* Derived from a struct of 106 bytes in size */
typedef OpaquePtr DialogHookProcPtr;
typedef OpaquePtr DialogHookUPP;
typedef OpaquePtr NameFilterProcPtr;
typedef OpaquePtr NameFilterUPP;
typedef OpaquePtr ZoneFilterProcPtr;
typedef OpaquePtr ZoneFilterUPP;
#if OLDROUTINENAMES
#endif
#endif
#endif /* __SOMIDL__ */
#endif /* __CTBUTILITIES_IDL__ */